Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / RichValue<T> Class / FieldCount Property


In This Topic
    FieldCount Property
    In This Topic
    Gets the total numbers of fields.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FieldCount As Integer
    'Usage
     
    
    Dim instance As RichValue(Of T)
    Dim value As Integer
     
    value = instance.FieldCount
    public int FieldCount {get;}
    See Also